@spark-ui/cli-utils
Version:
Spark CLI utils
19 lines (14 loc) • 1.23 kB
JavaScript
export default ({ name }) => `# ${name
.split('-')
.map(str => str.charAt(0).toUpperCase() + str.slice(1))
.join(' ')}
> @spark-ui/${name}
[](https://sparkui.vercel.app/?path=/docs/utils-${name
.split('-')
.join('')}--docs)
[](https://github.com/leboncoin/spark-web/issues/new?&projects=4&template=bug-report.yml&assignees=&labels=util,${name})
[](https://www.npmjs.com/package/@spark-ui/${name})
This package is part of the [\`@spark-ui\`](https://github.com/leboncoin/spark-web) react-js user interface component library project.
[](https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3Autil+label%3A${name})
[](https://github.com/leboncoin/spark-web/blob/main/packages/utils/${name}/LICENSE.md)
`